html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
}

@font-face {
	font-family: "iconfont";
	/* Project id  */
	src: url('../fonts/iconfont.ttf?t=1635922021824') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

.wrap {
	width: 1400px;
	margin: 0 auto;
}

.wrap2 {
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #000;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #DC1313;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #0662bb;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/**导航菜单**/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.8);
	height: 100px;
	transition: all 0.5s;
	z-index: 999;
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
}


header.on-fixed {
	background: #fff;
	box-shadow: 0 0 5px #ECEDEE;
	z-index: 9999;
}

header .logo {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	margin-top: 15px;

}

header .logo img {
	max-height: 100%;
}


header .rightDiv {
	float: right;
}

header .rightDiv .menu {
	text-align: right;
}


header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	padding: 0 30px;
	/*width: 126px;*/
}


header .rightDiv .menu>ul>li>a {
	height: 90px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 100px;
	position: relative;
	margin-top: 10px;
	/* font-weight: bold; */
}

header.header_index .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
}


header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 4px;
	background: #0662bb;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
	z-index: 99;
	border-radius: 10px;
}


header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
}


header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #0662bb;
	font-weight: bold;
}


header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #0662bb;
}

/* header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
} */

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	text-transform: capitalize;
}

body.on-menu header .mbtn {
	background: url(../images/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* position: relative; */
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}


.menu>ul>li>a {
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}



/* .menu ul ul li:hover {
	background: #d7e5f6;
} */

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
/* .menu ul ul {

	width: 100%;
	text-align: center;
	top: 90px;
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 99;
	background: #208d6e;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s ease .2s, visibility .6s ease .2s;
}

.menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transition: opacity .8s ease, visibility .8s ease;
}

.menu ul ul li {
	padding: 0 15px;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* text-align: center; */
} */

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
/* .menu ul ul li>a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin: 10px 30px;
	position: relative;
}

.menu ul ul li>a::before {
	content: "";
	display: block;
	position: absolute;
	background: #FFFFFF;
	width: 0;
	height: 3px;
	left: -15px;
	top: 48%;
	transition: width 0.3s;
}

.menu ul ul li:hover>a::before {
	width: 12px;
}

.menu ul ul li:last-child>a {
	border: 0;
} */

.banner>img {
	min-height: 800px;
	object-fit: cover;
}


.bnIndex .swiper-pagination-clickable .swiper-pagination-bullet-active {
	background: #e32928;
}

.bannerIndex .swiper-slide {
	position: relative;
}

.tel {
	width: 257px;
	height: 32px;
	background-color: #0662bb;
	border-radius: 0px 0px 16px 16px;
	right: 0;
	top: 0;
	text-align: center;
}

.searchDiv {
	position: relative;
	z-index: 2;
	margin-top: -70px;
	min-height: 140px;
	background-color: #ffffff;
	padding: 20px 30px;
	box-shadow: 0 0 20px rgba(199, 223, 238, 0.3);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bnIndex {
	width: auto !important;
	min-width: 100px;
	position: relative;
	font-family: "Bahnschrift";
	margin-top: 15px;
}

.bnIndex .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background: none;
	opacity: 1;
	color: #999;
	margin: 0 10px !important;
}

.bnIndex .swiper-pagination-bullet-active {
	color: #0662bb;
}



.sousuoDiv a {
	color: #999;
}

.sousuoDiv form {
	width: 430px;
	height: 36px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

.sousuoDiv form input {
	width: 90%;
	height: 34px;
	line-height: 34px;
	border: 0;
	padding: 0 15px;
}

.sousuoDiv form button {
	border: 0;
	background: none;
	outline: none;
	margin-right: 10px;
	margin-top: 5px;
}

.porIndexDiv ul li {
	float: left;
	margin: 0 15px;
}

.indexDiv1 {
	background-image: linear-gradient(-40deg,
			#dff4ff 0%,
			#fafdff 100%);
	padding-top: 150px;
	margin-top: -80px;
	padding-bottom: 70px;
}

.title span.xian {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	width: 4px;
	height: 35px;
	background-color: #0662bb;
}

.indexDiv1 .tab li a {
	color: #999;
	display: block;
	width: 160px;
	height: 42px;
	transition: all 0.5s;
	border-radius: 21px;
	text-align: center;
	line-height: 42px;
}

.indexDiv1 .tab {
	margin-left: -20px;
}

.indexDiv1 .tab li {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

.indexDiv1 .tab li.active a,
.indexDiv1 .tab li:hover a {
	color: #FFFFFF;
	background-color: #0662bb;
}

.indexDiv1 .bt {
	padding-bottom: 10px;
	border-bottom: 1px #e0e1e2 solid;
}

.indexDiv1 .textDiv {
	min-height: 400px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	box-shadow: 0 0 20px rgba(199, 223, 238, 0.3);
	transition: all 0.5s;
}

p.more1 {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 32px;
	height: 32px;
	background: url(../images/right.png) no-repeat;
	background-size: 100% 100%;
	z-index: 9;
	transition: all 0.5s;
}

.indexDiv1 .textDiv:hover {
	box-shadow: inset 0px -4px 0px 0px #0662bb;
}

.indexDiv1 .textDiv:hover p.more1 {
	background: url(../images/right2.png) no-repeat;
}

a.more {
	width: 148px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 70px;
}

a.more img {
	margin-left: 18px;
}

.indexDiv2 {
	background: url(../images/index_bg1.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv2 .textDiv {
	width: 927px;
	min-height: 480px;
	background: #d3eeff;
	padding: 60px;
	line-height: 32px;
	margin-top: 16px;
	color: #466079;
}

.proImg {
	margin-top: 16px;
}

.proImg p.bt {
	width: 453px;
	height: 114px;
	background-color: #0662bb;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
}

.indexDiv2 .swiper-pagination {
	width: auto;
	left: 760px;
	bottom: 50px;
}

.indexDiv2 .swiper-pagination-bullet {
	width: 20px;
	height: 6px;
	background-color: #0081df;
	border-radius: 3px;
	opacity: 0.5;
}

.indexDiv2 .swiper-pagination-bullet-active {
	width: 40px;
	opacity: 1;
}

.indexDiv2 .swiper-button-prev {
	top: 90%;
	left: auto;
	right: 400px;
	outline: none;
}

.indexDiv2 .swiper-button-next {
	top: 90%;
	left: auto;
	right: 53px;
	outline: none;
}

.indexDiv2 .swiper-button-next::after,
.indexDiv2 .swiper-button-prev::after {
	color: #FFFFFF;
	font-size: 20px;
}

.indexDiv3 {
	background: #f6fbfe;
	background-size: cover;
}

.indexDiv3 .col-lg-2 {
	margin-bottom: 40px;
}

.indexDiv3 .textDiv {
	padding: 35px 0;
	color: #466079;
}

.indexDiv3 .textDiv:hover {
	background: #FFFFFF;
	color: #0662bb;
}

.indexDiv3 .textDiv p {
	margin-top: -10px;
}

.indexDiv3 .more {
	margin-top: 0;
}

.indexDiv4 {
	background: url(../images/index_bg2.jpg) no-repeat center center;
	background-size: cover;
	min-height: 650px;
	padding-bottom: 20px;
}

.indexDiv4 .ysImg {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.indexDiv4 ul li p {
	width: 215px;
	margin-top: 10px;
}

.indexDiv4 ul li {
	margin-bottom: 60px;
	position: relative;
}

.indexDiv4 ul li::before {
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	background: #FFFFFF;
	border-radius: 50%;
}

.indexDiv4 ul li::after {
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
}

.indexDiv4 ul li:hover::before {
	background: #0662bb;
}

.indexDiv4 ul li:hover::after {
	background: rgba(6, 98, 187, 0.2);
}

.indexDiv4 ul.fl li::before {
	right: -55px;
	top: 42%;
}

.indexDiv4 ul.fl li::after {
	right: -62px;
	top: 35%;
}

.indexDiv4 ul.fl li:last-child::before {
	top: -4px;
}

.indexDiv4 ul.fl li:last-child::after {
	top: -11px
}

.indexDiv4 ul.fr li::before {
	left: -55px;
	top: 42%;
}

.indexDiv4 ul.fr li::after {
	left: -62px;
	top: 35%;
}

.indexDiv4 ul.fr li:last-child::before {
	top: -4px;
}

.indexDiv4 ul.fr li:last-child::after {
	top: -11px
}

.indexDiv4 ul.fl {
	text-align: right;
}

.indexDiv4 ul.fl li:first-child,
.indexDiv4 ul.fl li:last-child {
	margin-right: -40px;
}

.indexDiv4 ul.fl li:first-child p,
.indexDiv4 ul.fl li:last-child p {
	margin-left: 40px;
}

.indexDiv4 ul.fl li p {
	margin-right: 20px;
}

.indexDiv4 ul.fr li:first-child,
.indexDiv4 ul.fr li:last-child {
	margin-left: -40px;
}

.indexDiv4 ul.fr li:first-child p,
.indexDiv4 ul.fr li:last-child p {
	margin-right: 40px;
}

.indexDiv4 ul.fr li p {
	margin-left: 20px;
}

.indexDiv4 ul li:hover p,
.indexDiv4 ul li:hover span {
	color: #0662bb !important;
}

.indexDiv5 {
	padding: 90px 0;
	background: url(../images/index_bg4.png) no-repeat center right;
	background-size: cover;
}

.indexDiv5 a.absolute {
	top: -30px;
	right: 0;
}

.indexDiv5 .content {
	width: 745px;
	line-height: 32px;
}

.indexDiv5 .title span.xian {
	margin-top: 0;
}

.sl_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sl_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	padding-right: 15px;
}

.sl_list li img {
	margin-right: 30px;
}

.indexDiv6 {
	background-image: linear-gradient(90deg,
			#e1f0fb 0%,
			#f7fbfe 100%);
}

.indexDiv6 .textDiv,
.indexDiv6 .textDiv2 {
	width: 660px;
}

.indexDiv6 .textDiv p {
	bottom: 30px;
	padding: 0 30px;
	z-index: 9;
	width: 100%;
}

.indexDiv6 .com_list {
	margin-top: 20px;
}

.indexDiv6 .com_list li a {
	padding: 10px 0;
	display: block;
}

.huizhan ul li a {
	display: flex;
	align-items: center;
}

.huizhan ul li a .wenzi {
	width: calc(100% - 180px);
	margin-left: 20px;
}

.huizhan ul li .wenzi>.fl {
	width: 80%;
}

.huizhan ul li {
	margin-bottom: 30px;
}

.huizhan {
	padding-bottom: 10px;
	border-bottom: 1px #00b4dd solid;
}

.question ul li a {
	display: block;
	padding: 11px 0;
}

.indexDiv7 {
	background: url(../images/hezuo.png) no-repeat center center;
	background-size: cover;
}

.indexDiv7 .swiper-slide img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.indexDiv7 .swiper-slide img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}

footer {
	padding-top: 60px;
	background: url(../images/foot.png) no-repeat center center;
	background-size: cover;
}

.nav_bott {
	float: left;
	margin-right: 80px;
}

.nav_bott p {
	font-size: 16px;
}

.nav_bott ul {
	margin-top: 30px;
}

.nav_bott ul li a {
	font-size: 14px;
	color: #666;
	display: block;
	padding: 2px 0;
}

.ewm {
	padding: 10px;
	border: 1px #fff solid;
	display: inline-block;
	text-align: center;
	margin-left: 10%;
}

.foot_con ul li img {
	margin-right: 10px;
}

.banquan {
	width: 100%;
	text-align: center;
	position: absolute;
	margin-top: -25px;
	left: 0;
	right: 0;
}

.foot_bt {
    min-height: 40px;
    line-height: 40px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 60px;
}

.foot_bt .wenzi {
	position: relative;
	z-index: 9;
	color: #FFFFFF;
	margin-right: 60px;
}

.foot_bt::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 344px;
	height: 40px;
	background-color: #0662bb;
}

.dizhi {
	display: flex;
	align-items: center;
}

.dizhi p {
	width: 80px;
	height: 30px;
	padding: 0 10px;
	padding-right: 3px;
	overflow: hidden;
	/* margin: 0 10px; */
	cursor: pointer;
}

.dizhi span.xian {
	margin-top: 9px;
	float: left;
}

.dizhi p.active{
	width: auto;
}

.dizhi a {
	color: #666;
}

.yqLink {
	width: 160px;
	cursor: pointer;
}

.yqLink ul {
	background: #FFFFFF;
	/* display: none; */
	bottom: 40px;
	padding: 15px;
	padding-top: 0;
	width: 160px;
	left: -60px;
	display: none;
}

.yqLink ul li {
	color: #999;
	height: 25px;
}

.yqLink ul li a {
	padding: 0;
}

img.jt {
	transition: all 0.5s;
}

img.jt.open {
	transform: rotate(180deg);
}

.liucheng {
	background: url(../images/liucheng.jpg) no-repeat center top;
	background-size: cover;
	min-height: 274px;
}

.liucheng ul li {
	width: 200px;
	text-align: center;
	float: left;
	font-size: 24px;
	color: #FFFFFF;
}

.liucheng ul li p.number {

	border: 1px #0662bb solid;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 3px;
}

.liucheng ul li p.number span {
	display: flex;
	width: 100%;
	height: 100%;
	background: #0662bb;
	color: #FFFFFF;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.liucheng ul li:nth-child(1),
.liucheng ul li:nth-child(7) {
	margin-top: 100px;
}

.liucheng ul li:nth-child(2),
.liucheng ul li:nth-child(6) {
	margin-top: 70px;
}

.liucheng ul li:nth-child(3),
.liucheng ul li:nth-child(5) {
	margin-top: 60px;
}

.liucheng ul li:nth-child(4) {
	margin-top: 50px;
}

.lianxi span {
	font-family: "Bahnschrift";
	margin-left: 40px;
}

.lianxi {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	margin: 0 auto;

}

.lianxi button {
	width: 130px;
	height: 38px;
	background: url(../images/btn_bg.png) no-repeat;
	background-size: 100% 100%;
	border: 0;
	border-radius: 30px;
	outline: none;
	margin-left: 70px;
	color: #FFFFFF;
}
.nav_fixed{
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	padding: 40px 0;
	background: #FFFFFF;
	display: none;
	height: 270px;
	overflow: hidden;
}
.nav_fixed .flex2{
	align-items: initial;
}
.nav_fixed .flex2 img{
	width: 340px;
	height: 190px;
}

.menu>ul>li:hover>.nav_fixed{
	display: block;
}


.menuDiv{
	width: calc(100% - 470px);
	text-align: left;
	font-size: 14px;
}
.menuDiv ul{
	width: 800px;
}
.menuDiv ul li{
	float: left;
	width: 155px;
	padding: 8px 0;
	margin-right: 40px
}
.menuDiv ul li a{
	color: #666;
}
.menuDiv ul li a:hover{
	color: #0662bb;
}
.menuDiv p.blue{
	margin-bottom: 20px;
	font-size: 16px;
	color: #0662bb;
	font-weight: bold;
}
header:hover{
	background: #FFFFFF;
}

.menu>ul>li>ul{
	display: none!important;
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 30%;
		margin-left: 10px;
		margin-top: 0;
	}

	header .logo img {
		max-height: 40px;
		float: left;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	/* .menu ul ul {
		visibility: visible;
		opacity: 1;
		display: none;
	} */

	/* .menu ul li:hover>ul {
		display: none !important;
	} */
	.menu ul li:hover a{
		font-weight: bold;
	}
	.menu ul li:hover>ul.open {
		display: block !important;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		box-shadow: 0 0 5px #ccc;
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
		position: relative;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #0662bb;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei,
	.price_top {
		margin-top: 50px;
	}

	.bannerIndex img {
		min-height: 210px;
		object-fit: cover;
	}

	.banner .absolute {
		top: auto;
		padding: 0 20px;
		bottom: 50px;
		height: auto;
		display: block;
	}

	.banner>img {
		min-height: 400px;
		object-fit: cover;
	}

	.bannerIndex .wenzi {
		padding: 0 20px;
	}

	.bannerIndex .swiper-pagination-clickable .swiper-pagination-bullet {
		width: 40px;
		height: 40px;
		display: block;
		background: url(../images/bullet.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 40px;
		color: #208d6e;
		font-size: 16px;
		margin: 25px 0;
		opacity: 1;
	}

	.bannerIndex .flex {
		width: 100%;
		height: auto;
		top: auto;
		bottom: 50px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.bannerIndex .flex .swiper-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.bannerIndex .flex .swiper-pagination-bullet {
		margin: 0 15px;
	}

	.xiaArrow {
		display: none;
	}

	.bannerIndex .wenzi {
		margin-top: -80px;
	}

	.tel {
		width: 180px;
		right: 20%;
		padding: 0px 10px;
	}

	.sousuoDiv form {
		width: 100%;
	}

	.searchDiv {
		display: block;
		margin-top: 0;
		padding: 20px 10px;
	}

	.sousuoDiv form input {
		width: 83%;
	}

	.porIndexDiv ul {
		margin-top: 20px;
	}

	.porIndexDiv ul li {
		float: left;
		margin: 0;
		text-align: center;
		width: 25%;
		font-size: 12px;
	}

	.bnIndex {
		bottom: 0 !important;
	}

	.sousuoDiv p {
		font-size: 12px;
	}

	.title span.xian {
		display: block;
		float: left;
		margin: 7px 10px 0 0;
		width: 4px;
		height: 22px;
		background-color: #0662bb;
	}

	.indexDiv1 {
		padding-top: 120px;
	}

	.indexDiv1 .tab li {
		width: 49%;
		margin: 0;
	}

	.indexDiv1 .tab li a {
		width: 100%;
		height: 36px;
		line-height: 36px;
	}

	.indexDiv1 .tab {
		margin-left: 0;
	}

	.indexDiv1 .tab li:nth-child(even) {
		margin-left: 2%;
	}

	.indexDiv1 .textDiv {
		padding: 15px 10px;
		min-height: auto;
		margin: 0 -8px;
	}

	.indexDiv1 .col-lg-3 {
		margin-bottom: 20px;
	}

	.indexDiv1 .row {
		padding: 0 10px;
	}

	p.more1 {
		left: 10px;
		bottom: 10px;
	}

	a.more {
		margin-top: 20px;
	}

	.indexDiv2 .textDiv {
		width: 100%;
		padding: 20px;
	}

	.indexDiv2 .swiper-button-prev {
		bottom: 3%;
		left: auto;
		right: 90%;
		outline: none;
		top: auto;
	}

	.indexDiv4 ul.fl li:first-child,
	.indexDiv4 ul.fl li:last-child {
		margin-right: 0;
	}

	.par70 {
		padding: 30px 0;
	}

	.indexDiv2 .swiper-button-next {
		bottom: 3%;
		left: auto;
		right: 10%;
		outline: none;
		top: auto;
	}

	.proImg p.bt {
		width: 100%;
	}

	.indexDiv3 .col-lg-2 {
		margin-bottom: 0;
		font-size: 12px;
	}

	.indexDiv4 .ysImg {
		position: relative;
		width: 70%;
		margin: 0 auto;
		display: block;
		margin-bottom: 30px;
	}

	.indexDiv4 ul.fl {
		text-align: left;
	}

	.indexDiv4 ul li img {
		float: left !important;
		width: 35%;
	}

	.indexDiv4 ul li p {
		width: 60%;
		float: right;
		margin: 0 !important;
	}

	.indexDiv4 ul li {
		margin-bottom: 20px !important;
	}

	.indexDiv4 ul.fr li:first-child,
	.indexDiv4 ul.fr li:last-child {
		margin: 0;
	}

	.indexDiv5 .content {
		width: 100%;
	}

	.sl_list {
		margin-top: 20px;
	}

	.sl_list li {
		display: block;
		width: 33%;
		font-weight: bold;
		margin: 0;
	}

	.indexDiv6 .textDiv,
	.indexDiv6 .textDiv2 {
		width: 100%;
	}

	.indexDiv6 .textDiv p {
		width: 100%;
	}

	.indexDiv5 {
		padding: 50px 0;
	}

	.indexDiv6 .com_list span.ovh,
	.question ul li span.ovh {
		display: inline-block;
		width: 70%;
	}

	.indexDiv6 .com_list li a,
	.question ul li a {
		padding: 5px 0;
	}

	.huizhan {
		margin-top: 20px;
	}

	.nav_bott {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.nav_bott ul li {
		float: left;
		min-width: 30%;
		margin: 0;
		margin-right: 3%;
	}

	.nav_bott ul {
		margin-top: 15px;
	}

	.foot_con {
		width: 100%;
	}

	.ewm {
		margin-left: 0;
	}

	.banquan {
		position: relative;
		margin-top: 20px;
	}

	.foot_bt::before {
		width: 40%;
		height: 30px;
	}

	.foot_bt .wenzi {
		width: 100%;
		color: #333333;
	}

	.dizhi span {
		margin-left: 0;
	}

	.dizhi {
		line-height: 24px;
	}

	.indexDiv2 .swiper-pagination {
		display: none;
	}

	.proImg {
		text-align: center;
	}

	.proImg img {
		width: 80%;
		margin: 0 auto;
		display: block;
		float: none;
	}

	.yqLink {
		margin-top: 10px;
	}

	.indexDiv4 ul {
		width: 100%;
	}

	.indexDiv4 ul li a {
		display: flex;
		align-items: center;
	}

	.indexDiv4 ul li p {
		margin-left: 5% !important;
	}

	.liucheng {
		padding: 50px 0;
		padding-bottom: 0px;
		background: #4eafe2;
	}

	.liucheng ul li {
		width: 50%;
		text-align: left;
		margin-top: 0 !important;
		margin-bottom: 20px;
	}

	.liucheng ul li p {
		float: right;
		width: calc(100% - 60px);
		font-size: 18px;
	}

	.liucheng ul li p.number {
		float: left;
		margin-top: -10px;
		width: 40px;
		height: 40px;
	}

	.lianxi {
		position: relative;
		margin-top: 50px;
	}

	.lianxi span {
		display: block;
		margin-left: 0;
		font-size: 30px;
		color: #FFFFFF;
	}

	.lianxi button {
		margin-left: 10%;
	}

	.indexDiv5 a.absolute {
		top: 0;
	}

	.indexDiv5 a.absolute img {
		width: 35px;
	}

	.indexDiv4 ul li {
		padding-left: 30px;
	}

	.indexDiv4 ul li::before {
		top: 30px !important;
		left: 0 !important;
	}

	.indexDiv4 ul li::after {
		top: 23px !important;
		left: -7px !important;
	}
	.dizhi{
		display: block;
	}
	.dizhi p{
		width: 100%;
		height: auto;
		line-height: 24px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.dizhi p span{
		/* display: inline-block; */
		width: calc(100% - 56px);
	}
	.dizhi span.xian{
		display: none;
	}
	.foot_bt{
		margin-top: 20px;
	}
	.nav_fixed{
		display: none!important;
	}
}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 98%;
		margin: 0 auto;
		font-size: 14px;
	}
	.indexDiv4 ul li::before {
		top: 70px !important;
		left: 0 !important;
	}
	
	.indexDiv4 ul li::after {
		top: 62px !important;
		left: -7px !important;
	}

	.indexDiv1 .tab li {
		width: 24%;
	}

	.indexDiv4 .ysImg,
	.proImg img {
		width: 400px;
	}

	.indexDiv5 a.absolute img {
		width: 55px;
	}

	.indexDiv5 {
		padding: 70px 0;
	}

	.sl_list li {
		display: flex;
	}

	.indexDiv6 .textDiv img {
		height: 410px;
		object-fit: cover;
	}

	.liucheng ul li {
		width: 33.33%;
	}

	.lianxi {
		margin-top: 20px;
	}
	.foot_bt .wrap>.fl{
		width: 100%;
	}
}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1200px) {

	.wrap,
	.wrap2 {
		width: 100%;
	}
	.menu {
		width: 100%
	}
	
	.menu ul {
		width: 100%;
		display: block;
	}
	
	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}
	
	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}
	
	.menu>ul>li>a {
		padding: 0 20px;
	}
	
	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}
	
	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}
	
	.menu ul li:hover>ul {
		top: 0;
	}
	
	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}
	
	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}
	
	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}
	
	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}
	
	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}
	
	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}
	
	#menu-line {
		display: none
	}
	
	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}
	
	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}
	
	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}
	
	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}
	
	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}
	
	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}
	
	.menu .submenu-button.submenu-opened:after {
		display: none
	}
	
	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
		display: none;
	}
	
	.menu ul ul ul {
		top: 0;
	}
	
	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}
	
	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}
	
	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}
	
	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}
	
	header .logo {
		width: 30%;
		margin-left: 10px;
		margin-top: 0;
	}
	
	header .logo img {
		max-height: 40px;
		float: left;
	}
	
	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;
	
	}
	
	/* .menu ul ul {
		visibility: visible;
		opacity: 1;
		display: none;
	} */
	
	/* .menu ul li:hover>ul {
		display: none !important;
	} */
	.menu ul li:hover a{
		font-weight: bold;
	}
	.menu ul li:hover>ul.open {
		display: block !important;
	}
	
	header .wrap {
		display: block;
	}
	
	
	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}
	
	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		box-shadow: 0 0 5px #ccc;
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}
	
	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}
	
	
	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}
	
	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}
	
	
	
	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}
	
	body.on-menu header .mbtn {
		z-index: 9999;
	}
	
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
	}
	
	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
		position: relative;
	}
	
	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}
	
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}
	
	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}
	
	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}
	
	header .rightDiv .menu>ul>li>a small {
		display: none;
	}
	
	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}
	
	body.on-menu header .rightDiv .menu {
		right: 0;
	}
	
	body.on-menu .main {
		right: 0;
	}
	
	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}
	
	header .rightDiv .menu ul li i {
		display: block;
	}
	
	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}
	
	header .twoMenu dl {
		margin-bottom: 10px;
	}
	
	header .twoMenu dl dd {
		margin-top: 0;
	}
	
	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}
	
	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}
	
	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}
	
	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}
	
	header .twoMenu .liDiv>a:after {
		top: 0;
	}
	
	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}
	
	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #0662bb;
	}
	
	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}
	
	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}
	
	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}
	
	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}
	
	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;
	
	
		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}
	.tel{
		right: 60px;
	}
	.nav_fixed{
		display: none!important;
	}
	.searchDiv {
		display: block;
		margin-top: 0;
		padding: 20px 10px;
	}

	.sousuoDiv form input {
		width: 83%;
	}

	.porIndexDiv ul {
		margin-top: 20px;
	}

	.porIndexDiv ul li {
		float: left;
		margin: 0;
		text-align: center;
		width: 25%;
		font-size: 12px;
	}

	.bnIndex {
		bottom: 0 !important;
	}
	.indexDiv4 ul li::before {
		display: none;
	}
	
	.indexDiv4 ul li::after {
		display: none;
	}

	.sousuoDiv p {
		font-size: 12px;
	}

	.sousuoDiv form {
		width: 100%;
	}

	.indexDiv1 .tab {
		margin-left: 0;
	}

	.indexDiv1 .tab li {
		float: left;
		width: 22%;
		/* margin-top: 10px; */
		/* margin-left: 20px; */
		margin: 10PX 1%;
	}

	.indexDiv1 .tab li a {
		width: 100%;
	}

	.indexDiv2 .textDiv {
		width: 60%;
	}

	.proImg {
		width: 40%;
		float: right;
		margin-top: 115px;
	}

	.proImg p.bt {
		width: 100%;
	}

	.indexDiv2 .swiper-button-prev {
		right: 335px;
	}

	.indexDiv4 .ysImg {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 20%;
		top: 30%;
	}

	.indexDiv4 ul li p {
		width: 185px;
	}

	.indexDiv5 .content {
		width: 100%;
		padding: 50px;
	}

	.indexDiv6 .textDiv,
	.indexDiv6 .textDiv2 {
		width: 100%;
	}

	.indexDiv6 .textDiv img {
		height: 430px;
		object-fit: cover;
	}

	.foot_con {
		width: 100%;
		margin-top: 50px;
	}

	.ewm {
		margin-left: 0;
	}

	.banquan {
		position: relative;
		margin-top: 30px;
	}

	.foot_bt .wenzi {
		color: #333;
	}

	.dizhi span {
		margin-left: 0;
	}

	header .rightDiv .menu>ul>li {
		float: left;
		padding: 0 20px;
		/* width: 126px; */
	}

	.liucheng ul li {
		width: 14%;
	}

	.lianxi {
		margin-top: 20px;
	}

	.liucheng ul li p.number {
		margin-top: 10px;
	}
	.foot_bt .wenzi{
		margin-right: 20px;
	}
	.dizhi{
		width: calc(100% - 120px);
	}

}

@media screen and (min-width:1201px) and (max-width:1440px) {
	.wrap {
		width: 1200px;
	}

	.proImg p.bt {
		width: 100%;
	}

	.indexDiv2 .textDiv {
		width: 60%;
	}

	.indexDiv2 .swiper-pagination {
		width: auto;
		left: 594px;
		bottom: 30px;
	}

	.proImg {
		margin-top: 16px;
		width: 40%;
		float: right;
	}

	.indexDiv4 .ysImg {
		width: 380px;
		top: 10%;
	}

	.indexDiv5 {
		background: url(../images/index_bg4.png) no-repeat center center;
	}

	.indexDiv5 .content {
		width: 720px;
	}

	.indexDiv6 .textDiv,
	.indexDiv6 .textDiv2 {
		width: 100%;
	}

	.indexDiv6 .textDiv img {
		height: 428px;
		object-fit: cover;
	}

	.foot_bt::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 128px;
		height: 40px;
		background-color: #0662bb;
	}

	.foot_bt .wenzi {
		position: relative;
		z-index: 9;
		color: #FFFFFF;
		margin-right: 49px;
	}

	.liucheng ul {
		display: flex;
		justify-content: center;
	}

	.liucheng ul li {
		width: 175px;
	}

	.indexDiv4 ul li {
		margin-bottom: 50px;
	}

	.indexDiv4 ul li p {
		width: 190px;
	}

	.indexDiv4 ul.fl li::before {
		right: -50px;
		top: 40%;
	}

	.indexDiv4 ul.fl li::after {
		right: -57px;
		top: 33%;
	}

	.indexDiv4 ul.fl li:last-child::before {
		top: -21px;
		right: -39px;
	}

	.indexDiv4 ul.fl li:last-child::after {
		top: -28px;
		right: -45px;
	}

	.indexDiv4 ul.fr li::before {
		left: -47px;
		top: 45%;
	}

	.indexDiv4 ul.fr li::after {
		left: -55px;
		top: 38%;
	}

	.indexDiv4 ul.fr li:last-child::before {
		top: -21px;
		left: -39px;
	}

	.indexDiv4 ul.fr li:last-child::after {
		top: -28px;
		left: -45px;
	}

}
@media screen and (min-width: 1320px) and (max-width: 1660px) {
	.foot_bt::before{
		width: 15%;
		min-width: 160px;
		max-width: 200px;
	}
}